UCF STIG Viewer Logo

Nutanix AOS must disconnect a session after 15 minutes of idle time for all connection types.


Overview

Finding ID Version Rule ID IA Controls Severity
V-254121 NUTX-OS-000020 SV-254121r846451_rule Medium
Description
A session lock is a temporary action taken when a user stops work and moves away from the immediate physical vicinity of the information system but does not log out because of the temporary nature of the absence. The session lock is implemented at the point where session activity can be determined. The operating system session lock event must include an obfuscation of the display screen so as to prevent other users from reading what was previously displayed. Publicly viewable images can include static or dynamic images, for example, patterns used with screen savers, photographic images, solid colors, a clock, a battery life indicator, or a blank screen, with the additional caveat that none of the images convey sensitive information. Satisfies: SRG-OS-000029-GPOS-00010, SRG-OS-000030-GPOS-00011, SRG-OS-000031-GPOS-00012
STIG Date
Nutanix AOS 5.20.x OS Security Technical Implementation Guide 2022-08-24

Details

Check Text ( C-57606r846449_chk )
Confirm Nutanix AOS is configured for autologout after 15 minutes of idle time.

$ sudo grep -i tmout /etc/profile.d/*
/etc/profile.d/os-security.sh:readonly TMOUT=900

If "TMOUT" is not set to "900" or less in a script located in the /etc/profile.d/ directory to enforce session termination after inactivity, this is a finding.
Fix Text (F-57557r846450_fix)
Configure Nutanix AOS for autologout of idle sessions by running the following commands.

$ sudo salt-call state.sls security/CVM/shellCVM